projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e75e285
)
(calendar-julian-date-string): Autoload this.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 17 Nov 1995 17:01:55 +0000
(17:01 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 17 Nov 1995 17:01:55 +0000
(17:01 +0000)
lisp/calendar/calendar.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/calendar.el
b/lisp/calendar/calendar.el
index ea3c0635798c71ea0f06a372fc7bf2dc0b1b0c78..e62c9b3cf8cf12e96f008ff07aee8449c0fa81ee 100644
(file)
--- a/
lisp/calendar/calendar.el
+++ b/
lisp/calendar/calendar.el
@@
-1315,6
+1315,12
@@
Gregorian date Sunday, December 31, 1 BC.")
"Move cursor to Julian DATE; echo Julian date unless NOECHO is t."
t)
+(autoload 'calendar-julian-date-string "cal-julian"
+ "String of Julian date of Gregorian DATE.
+Defaults to today's date if DATE is not given.
+Driven by the variable `calendar-date-display-form'."
+ t)
+
(autoload 'calendar-goto-iso-date "cal-iso"
"Move cursor to ISO date."
t)